home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / ImapTest.dxr / 00013_End IMap Set Visibles.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  309 b   |  12 lines

  1. on exitFrame
  2.   global gChapter, gLogonCount
  3.   set the visible of sprite 14 to 0
  4.   set the visible of sprite 15 to 0
  5.   set the visible of sprite 19 to 0
  6.   set the puppet of sprite 17 to 1
  7.   set the castNum of sprite 17 to member ("UnitMsg" & gChapter)
  8.   if gLogonCount > 0 then
  9.     updateRoster()
  10.   end if
  11. end
  12.